Review




Structured Review

Kratos Solutions kratos kernel
Kratos Kernel, supplied by Kratos Solutions, used in various techniques. Bioz Stars score: 90/100, based on 1 PubMed citations. ZERO BIAS - scores, article reviews, protocol conditions and more
https://www.bioz.com/product/kratos+kernel/kratos+kernel/10__1007_slash_s11831___010___9045___2-1153-10-12
Average 90 stars, based on 1 article reviews
kratos kernel - by Bioz Stars, 2026-09
90/100 stars

Images

Related Articles

other:

Article Title: An Object-oriented Environment for Developing Finite Element Codes for Multi-disciplinary Applications
Article Snippet: The following code shows the main part of this interface: // Initializing Kratos kernel Kernel kernel; kernel.Initialize(); // Initializing Kratos thermal application KratosThermalApplication thermal_application; kernel.AddApplication(thermal_application); // Read mesh GidIO gidIO("thermal_problem"); gidIO >> mesh; // Set properties to optimization values d,c,k Properties& r_properties = mesh.GetProperties(1); r_properties[DENSITY] = d; r_properties[SPECIFIC_HEAT_RATIO] = c; r_properties[THERMAL_CONDUCTIVITY] = k; // Assign initial temperature to nodes // with fixed temperature MeshType::NodeIterator i_node; for(i_node = mesh.NodesBegin() ; i_node != mesh.NodesEnd() ; i_node++) if(! (i_node->IsFixed(TEMPERATURE))) i_node->SetSolutionStepValue(TEMPERATURE, initialTemperature); // Creating solver // ... // Main loop for(int i = 1; i < numberOfTimeSteps; i++) { // Obtain time time[i] = time[i-1] + deltaTime; // Obtain boundary temperature // Gaussian function double mu = 0.5; double sigma = 0.05; double numerator = exp(-pow(time[i]-mu,2) numerator /= (2.0*pow(sigma,2))); double denominator = 8*sigma*sqrt(2.0*pi); boundaryTemperature[i] = numerator/denominator; // Assign boundary temperature for(i_node = mesh.NodesBegin() ; i_node != mesh.NodesEnd() ; i_node++) if(i_node->IsFixed(TEMPERATURE)) i_node->SetSolutionStepValue(TEMPERATURE, boundaryTemperature[i]); // Solving using thermal solver Solve(); // Now updating the nodal temperature values // by result of solved equation system.



Similar Products

90
Kratos Solutions kratos kernel
Kratos Kernel, supplied by Kratos Solutions, used in various techniques. Bioz Stars score: 90/100, based on 1 PubMed citations. ZERO BIAS - scores, article reviews, protocol conditions and more
https://www.bioz.com/product/kratos+kernel/kratos+kernel/10__1007_slash_s11831___010___9045___2-1153-10-12
Average 90 stars, based on 1 article reviews
kratos kernel - by Bioz Stars, 2026-09
90/100 stars
  Buy from Supplier

Image Search Results